
  @import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600&family=Ubuntu:ital,wght@0,300;0,400;0,500;1,300;1,400&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{
    font-size: 16px;
    font-style: normal;  
    font-family: 'Ubuntu', sans-serif;
    background-color: wheat;
}

.container{
    width: 1600px;
    margin: 0 auto;
}

.row {
    display: block;
    max-width: 100%;
    height: auto;
}

.row::after {
    content: '';
    display: block;
    clear: both;
}

.w50 {
    width: 50%;
    float: left;
    height: auto;
    padding: 20px;
}


.w30 {
    width: 30%;
    float: left;
    height: auto;
    padding: 20px;
}



.w70 {
    width: 70%;
    float: left;
    height: auto;
    padding: 20px;
}

.w33 {
    width: auto;
    float: left;
    height: 33%;
    padding: 20px;
}




.res-img {
    max-width: 100%;
    height: auto;
    border-radius: 10%;
}

.link-img {
    width: 100%;
    aspect-ratio: 1/1;
    font-size: 40px;
    background: burlywood;
    border-radius: 10px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 40%;
}

.link-img p {
    color: transparent;
    transition: 0.3s;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.link-img:hover {
    background-image: none !important;
    cursor: pointer;
}

.link-img:hover p {
    color: black;
    transition: 0.3s;
    background-image: none !important;
}

.link-1 {
    background-image: url(img/p_sale_1.jpg);
}

.link-2 {
    background-image: url(img/p_sale_2.jpg);
}

.link-3 {
    background-image: url(img/p_sale_3.jpg);
}

.link-4 {
    background-image: url(img/p_sale_4.jpg);
}

.link_res-img:hover{
    background-color: burlywood;
}

.header{
    background-color: bisque;
    height: 80px;
    text-align: center;
    font-size: 36px;
    font-style: oblique;
}

.logo{
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: left;
}

.menu{
    height: 80px;
    background-color: burlywood;
}

.link_menu{
    font-size: 24px;
    display: inline-block;
    color: black;
    transition: 0,5s;
    margin-right: 20px;
    text-decoration: none;
    line-height: 80px;
    padding: 0 20px;
    border-radius: 10px;
}

.link_menu:hover{
    background-color: lightgray;
}

.name_home{
    text-align: center;
    font-size: 54px;
    font-family: 'Source Sans Pro', sans-serif;
    margin-top: 20px;

}
.open_home{
    text-align: center;
    font-size: 48px;
    font-family: 'Source Sans Pro', sans-serif;
}

.visit_home{
    text-align: center;
    font-size: 40px;
    font-family: 'Source Sans Pro', sans-serif;
}

.sale_home {
    background-color: burlywood;
    border-radius: 10%;
    height: max-content;
    margin-top: 30px;
    max-width: 1300px;
    margin: 0 auto;
}

.sale_home ul {
    width: 460px;
    padding: 20px 0;
    margin: 0 auto;
    font-size:24px;
    font-family: 'Source Sans Pro', sans-serif;
}

.saleimg_home{
    display: inline-block;
    height: 800px;
    width: 1300px;
    border-radius: 10%;
}

.home_season {
    height: max-content;
    max-width: 1300px;
    margin: 0 auto;
}

.home_season img{
    border-radius: 10%;
    margin-top: 30px;
}

.under{
    background-color: burlywood;
    height: 80px;
    text-align: center;
    font-size: 36px;
    font-style: oblique;
    width: max max-content;
    margin-top: 30px;
}

.under_author{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: burlywood;
    height: 80px;
    text-align: center;
    font-size: 36px;
    font-style: oblique;
    margin-top: 30px;    
}

.header a {
    text-decoration: none;
    color: black;
}

.contacts{
    text-align: center;
    font-size: 48px;
    background-color: burlywood;
    font-family: 'Source Sans Pro', sans-serif;
    border-radius: 10%;
}

.action{
    text-align: center;
    font-size: 70px;
    background-color: burlywood;
    font-family: 'Source Sans Pro', sans-serif;
    border-radius: 10%;
    font-style: italic;
}

.card_menu{
    background-color: burlywood;
    padding: 20px;
    margin: 20px 0;
    border-radius: 15px;
}

.ps{
    font-size: 25px;
    font-style: italic;
    font-family: 'Source Sans Pro', sans-serif;
    margin-top: 15px;
}

.contacts_menu{
    text-align: center;
    font-size: 40px;
    font-family: 'Source Sans Pro', sans-serif;
}

.coffee_menu{
    text-align: center;
    font-size: 48px;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: oblique;
}


.adress {
    text-align: left;
    font-size: 30px;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: oblique;
}

.phone {
    text-align: left;
    font-size: 26px;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: oblique;
}


.phone_name {
    text-align: left;
    font-size: 26px;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: oblique;
    color: bisque;
}


.working_name {
    text-align: left;
    font-size: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: oblique;
    color: bisque;
}

.working_time {
    text-align: left;
    font-size: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: oblique;
}

.map{
    border-radius: 10%;
}

hr{
    height: 10px;
    background-color: burlywood;
}

.card_menu{
    padding: 20px;
    margin: 20px 0;
    border-radius: 15px;
}

.vk{
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-top: 30px;
    margin-left: 300px;
}

.tg{
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-top: 30px;
    margin-left: 100px;
    border-radius: 10%;
}

.photo{
    border-radius: 10%;
    height: 400px;
    width: 300px;
}

.o{
    height: 125px;
}

.web{
    margin-top: 10px;
}

.gps{
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-top: 30px;
    margin-left: 100px;
    border-radius: 10%;
}

.how{
    text-align: right;
    margin-top: 30px;
    margin-left: 30px;
    max-width: max-content;
    max-height: max-content;
}

h3{
    font-size: 35px;
}

.thick{
    font-weight: 600;
}

.arrow{
    display: inline-block;
    max-width: 60px;
    max-height: 60px;
}